home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9115 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  832 b 

  1. Path: news.bridge.net!news
  2. From: David Byrden <100101.2547@compuserve.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Can I overload "*" without class overhead?
  5. Date: 28 Feb 1996 19:20:03 GMT
  6. Organization: self-employed
  7. Message-ID: <4h29t3$518@news.bridge.net>
  8. References: <4h22gj$pqa@tekadm1.cse.tek.com>
  9. NNTP-Posting-Host: ppp-mia2-68.bridge.net
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
  14.  
  15.  
  16. >>  My attempts to date, however, have been slow (though elegant).   I 
  17. >> expect this is due to the added overhead of a struct vs. an int.
  18.  
  19.  
  20.    What overhead? Are you using inline functions? You should be 
  21. able to achieve this with zero runtime overhead. Can you post the code 
  22. that you have written so far?
  23.  
  24.  
  25.                                David
  26.  
  27.  
  28.